From 57bea608152826d22c2d213a06ecee3e750288c7 Mon Sep 17 00:00:00 2001 From: robertl Date: Sun, 26 Aug 2007 20:44:09 +0000 Subject: [PATCH] Scraggler from gperf commit. Store hashed key in per-token table. git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@2980 f51c46e8-681c-474f-0cfe-069cfd0219fb --- gpsbabel/csv_util.h | 1 + 1 file changed, 1 insertion(+) diff --git a/gpsbabel/csv_util.h b/gpsbabel/csv_util.h index e8659a82b..ab29e3771 100644 --- a/gpsbabel/csv_util.h +++ b/gpsbabel/csv_util.h @@ -81,6 +81,7 @@ typedef struct field_map { char * key; char * val; char * printfc; + int hashed_key; int options; } field_map_t; -- 2.30.2